home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000129_dold@81.usenet.us.com_Fri May 11 11:57:27 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  50 lines

  1. Article: 12420 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!news.verio.net!nntp.frontiernet.net!nntp.gblx.net!feeder.via.net!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.skycache.com!Cidera!typhoon.sonic.net!sfo2-feed1.news.digex.net!intermedia!feedwest.news.agis.net!us.telia.net!news.mainstreet.net!bug.rahul.net!samba.rahul.net!rahul.net!a2i!dold.a2i!dold
  3. From: dold@81.usenet.us.com
  4. Newsgroups: comp.os.linux.networking,comp.protocols.kermit.misc
  5. Subject: Re: terminal emulator to connect to a cisco router?
  6. Date: 11 May 2001 15:34:59 GMT
  7. Organization: Wintercreek Data
  8. Lines: 33
  9. Message-ID: <9dh0r3$hhe$1@samba.rahul.net>
  10. References: <3afb0b30$0$229$e2e8da3@nntp.cts.com> <3AFB3ADA.54423E46@csse.monash.edu.au> <9dgqmb$ifv$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: yellow.rahul.net
  12. NNTP-Posting-User: dold
  13. User-Agent: tin/1.4.2-20000205 ("Possession") (UNIX) (FreeBSD/3.5-STABLE (i386))
  14. X-Comment: Encoded From: line allows replies that preserve original subject
  15. Xref: newsmaster.cc.columbia.edu comp.os.linux.networking:332131 comp.protocols.kermit.misc:12420
  16.  
  17. In comp.protocols.kermit.misc Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  18. : Dean Thompson  <Dean.Thompson@csse.monash.edu.au> wrote:
  19. : : > I have my laptop running RH 7.1, and I need a terminal emulator to connect
  20. : : > and copnfigure a cisco router. can anyone suggest one? thanks.
  21.  
  22. : The advantage of Kermit is that you can script all the interactions with the
  23. : router; minicom is strictly manual and interactive.  Lots of sites use Kermit
  24. : to monitor and configure routers and terminal servers.  See:
  25.  
  26. :   http://www.columbia.edu/kermit/ckermit.html   C-Kermit website
  27. :   http://www.columbia.edu/kermit/ckscripts.html Script examples
  28.  
  29. We use Kermit to configure and update Cisco, Brocade, Lantronix,
  30. Crossroads, and some telephony switches.
  31. In all cases, it does correct logins, uploads config files or handles
  32. interactive chats.
  33. It plays well with perl scripting as an external tool to build config files
  34. that it properly sends to the device with prompt and response checking.
  35.  
  36. And...
  37. The same scripting runs on kermit under Solaris, Linux and WinNT.
  38.  
  39. The provided telnet.ksc is a good place to start customizing.
  40. ckermit.ini shows the "open read" for reading a separate text file of
  41. commands.
  42.  
  43. If you can understand all of the sample scripts, you'll know more than I've
  44. needed, using kermit since 1984 to automate tedious keystroke tasks.
  45.  
  46. -- 
  47. ---
  48. Clarence A Dold - dold@email.rahul.net
  49.                 - San Jose & Pope Valley (Napa County) CA.
  50.